Get a detailed overview of the key WebMaker features
Video Timestamps
- 00:58 Creating a new project
- 02:25 Page Designer
- 03:44 Application Map - Page Orchestration
- 04:38 Responsive Viewer
- 04:56 Testing Projects
- 05:43 Using multiple tabs on the WebMaker Studio
- 06:05 Page Skins
- 07:02 Theme Designer
- 09:51 Responsive Layout Grids
- 14:01 User Defined Controls
- 15:15 Layout Defaults, Label Positioning
- 17:47 Data Bindings
- 20:35 Server Rules Designer
- 23:30 Testing Applications
- 23:52 Debugger - Tracing Application Flow
- 26:37 Java Gateway
- 26:58 Publishing Applications
- 29:00 Team Server
- 30:00 Infinite - Responsive, Single Page animated Template
- 31:17 Using Browser Development Tools
- 31:32 Responsive Menus
- 32:20 Responsive View
- 32:45 Responsive Grid Layout
- 34:52 Navbar
- 35:58 Client-Side Events and Javascript
- 37:32 Animations
- 38:10 Layout Containers - Hierarchy and Highlighting
- 38:39 Fine-tuning ad-hoc layout and style properties
Learn how to design, build & publish a complete responsive website
Video Timestamps
- Create the Layout and Structure of your web site using grids and other layout controls 00:00
- Fine-tune the responsive elements of your application 23:57, 29:38, 39:53, 01:00:57
- Design a theme and create a one-click mechanism to style your application using SASS 1:04:19
- Match and fine-tune colours 1:06:25
- Incorporate Fonts, including Google Fonts 1:10:53
- Fine-tune and customise your layout and styling 54:52, 1:17:50
- Fine-tune and customise your navigation 1:25:59
- Package and Publish your Web Site to your Web Server on the Cloud 1:30:35
Learn how to use multiple data sources, and build a full stack web application using WebMaker
Video Timestamps
- 0:00:00 Introduction and Page Layout Design.
- 0:09:27 Application Orchestration Diagram - to map the application flow between pages and server controllers.
- 0:11:40 AJAX Partial Page Server Controllers - to retrieve server data for specific page sections.
- 0:16:48 AJAX Partial Page - Client-side data containers.
- 0:22:09 Testing and Debugging the application - including full transactional logic and data flows.
- 0:24:26 Data-driven page design using SOAP WSDLs - including SOAP Service invocations.
- 0:32:26 Data-driven page design using Database Tables.
- 0:38:31 WebMaker’s Server Rules Designer - showing database access using the SQL Statement.
- 0:48:20 Paging Data Tables, sorting, sticky headers, etc.
- 1:02:14 REST Service Invocations - including merging of composite data from multiple service calls and database access rules. Data manipulation, formatting on the client and server. Detailed tracing and troubleshooting.
- 1:26:05 JSON to XML Transformations on the server - using the Java Method action.
- 1:34:15 Complex client-side data bindings.
- 1:36:13 Re-purposing server data structures to simplify client-side data bindings using XSL transformations.
- 1:50:42 Dynamic page styling based on server data, data formatting, restructuring, hints, tips, icons, etc.
- 2:05:17 Detailed database transactions - Adding stock items to watch and active lists
- 2:39:07 Using Font Icons
- 2:41:37 Detailed database transactions - Moving and deleting stock items between lists
- 3:03:48 Charting using third-party library integrations
- 3:27:23 Data Bound Structure Control - Making complete server data structures available on the client, including XML to JSON transformations on the client.
Learn how to publish an application to a WebMaker Server on DigitalOcean
Video Timestamps
- 0:00 Create and Preview your application
- 4:44 Test your application locally
- 09:18 Create your own custom Web Server on the DigitalOcean 1-Click Marketplace
- 11:43 Secure your web server using an SSL Certificate
- 17:04 Fine-tune and configure the WebMaker Server
- 19:46 Setup 1-Click integration and Publish your application to your Web Server
- 25:34 Other publication options
Learn how to integrate your web front-end with a Java server stack
Video Timestamps
- 00:00 Introduction to the Java Controllers and the DataCubes Project
- 06:00 Using External Editors for your Java
- 07:27 Java Packaging and Location
- 08:08 JavaDocs
- 08:32 Compiling Java
- 11:30 Transforming Data as JSON
- 19:08 Using Data In XML Format
- 31:58 Accessing WebMaker's Server Platform Features From Java Controllers